home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / WormWars / Source / amiga.h next >
Text File  |  2002-10-16  |  750b  |  30 lines

  1. // things that are shared amongst system.c, fe.c and tails.c
  2.  
  3. #define DEPTH            4
  4.  
  5. /* menus */
  6. #define MN_PROJECT       0
  7. #define MN_EDIT          1
  8. #define MN_SETTINGS      2
  9. #define MN_HELP          3
  10. #define IN_NEW           0
  11. #define IN_OPEN          1
  12. #define IN_REVERT        2
  13. #define IN_SAVE          4
  14. #define IN_SAVEAS        5
  15. #define IN_PROJECTDELETE 7
  16. #define IN_QUIT          9
  17. #define IN_CUT           0
  18. #define IN_COPY          1
  19. #define IN_PASTE         2
  20. #define IN_ERASE         4
  21. #define IN_EDITDELETE    5
  22. #define IN_INSERT        6
  23. #define IN_APPEND        7
  24. #define IN_ANIMATIONS    0
  25. #define IN_CREATEICONS   1
  26. #define IN_THICKTAILS    2
  27. #define IN_CREATURES     0
  28. #define IN_OBJECTS       1
  29. #define IN_ABOUT         3
  30.